Skip to content

Open div according to the number of links - #23#24

Closed
saif-malik-01 wants to merge 1 commit intodit7ya:masterfrom
saif-malik-01:master
Closed

Open div according to the number of links - #23#24
saif-malik-01 wants to merge 1 commit intodit7ya:masterfrom
saif-malik-01:master

Conversation

@saif-malik-01
Copy link
Copy Markdown
Contributor

Changes tooglefunction to use linkArrays length to determine where to open or not #23

Comment thread src/content.js
});

const toggleSidebar = () => {
const toggleSidebar = (length) => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant